- C++ template
- A template that enables you to define a family of functions or classes that can operate on different types of information.قالب C++
English-Arabic terms dictionary. 2015.
English-Arabic terms dictionary. 2015.
Template metaprogramming — is a metaprogramming technique in which templates are used by a compiler to generate temporary source code, which is merged by the compiler with the rest of the source code and then compiled. The output of these templates include compile time… … Wikipedia
Template matching — is a technique in Digital image processing for finding small parts of an image which match a template image. It can be used in manufacturing as a part of quality control, [Aksoy, M. S., O. Torkul, and I. H. Cedimoglu. An industrial visual… … Wikipedia
Template Toolkit — Template Toolkit мощная «легковесная» perl библиотека для работы с шаблонами, позволяющая разделять код, данные и представление. «Легковесная» в данном случае обозначает, что взаимодействие с пользователем, работа с базой данных, вызов… … Википедия
Template — may mean:*a stencil, pattern or overlay used in graphic arts (drawing, painting, etc) and sewing to replicate letters, shapes or designs *a pre developed page layout in electronic or paper media used to create new pages from the same design,… … Wikipedia
Template-Toolkit — Entwickler Andy Wardley Aktuelle Version 2.22 (21. Juli 2009) Betriebssystem Linux, Mac OS X, Windows, u. a. Kategorie Programm und Bibliothekssammlun … Deutsch Wikipedia
template — UK US /ˈtempleɪt/ noun [C] ► a method or system that can be copied and used by others: serve/act as a template (for sth) »The deal will act as a template for future negotiations. provide/create/become a template (for sth) »Transport for London… … Financial and business terms
Template Haskell — is an experimental language extension to the programming language Haskell implemented in the Glasgow Haskell Compiler (version 6 and later).In early incarnations it was also known as Template Meta Haskell.It allows compile time metaprogramming… … Wikipedia
Template engine — may refer to any of the following:* For all uses in generating output from templates, see template processor * For use exclusively in a web template system, see template engine (web) * For use exclusively in word processing applications, see mail … Wikipedia
Template system (disambiguation) — Template system can refer to: * Any system that uses templates in its process including automated or manual labor methods. **A system that uses mechanical templates as the case in manufacturing. **A computerized template system such as a web… … Wikipedia
Template system formalism — can have several meanings:Web template system (formalism).Template system formalism/FAQ … Wikipedia
Template Method (patrón de diseño) — Template method: diagrama de clases en UML. Un Template Method es un patrón de diseño que define una estructura algorítmica en la súper clase, delegando la implementación a las subclases. Es decir, define una serie de pasos, en donde los pasos… … Wikipedia Español